Configure DHCP Client : Fedora
2015/06/02 |
Configure DHCP Client. DHCP Client uses 68/UDP.
|
|
[1] | For Fedora Clients, Configure like follows. (Replace the section 'ifcfg-***' to your own interface name) |
[root@client ~]# nmcli c modify eno16777736 ipv4.method auto [root@client ~]# nmcli c down eno16777736; nmcli c up eno16777736 Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1) |
Configure DHCP Client : Windows
|
It's the example for configuring Windows 8.1 Client.
|
[2] | Open network settings and select "internet protocol" and click "property" button. |
[3] | Check boxes like below, then IP address is re-configured automatically. |
[4] | See the network status. Automatical configuration is done. |